diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-11-29 18:15:14 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-11-29 18:15:14 +0000 |
| commit | 9ced895772ebecb2fa330ae2eecd42060abf2a7b (patch) | |
| tree | b08b6a08fd39a11eaef2a2e2b92a661ad00247b0 /src/pages/[locale]/created-subscription.astro | |
| parent | 960b019a018c2faf8da1c4a4ade6c12b3c21e5bd (diff) | |
Diffstat (limited to 'src/pages/[locale]/created-subscription.astro')
| -rw-r--r-- | src/pages/[locale]/created-subscription.astro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pages/[locale]/created-subscription.astro b/src/pages/[locale]/created-subscription.astro new file mode 100644 index 0000000..f913932 --- /dev/null +++ b/src/pages/[locale]/created-subscription.astro @@ -0,0 +1,7 @@ +--- +import Page from '$layouts'; +--- + +<Page title="TODO"> + <h1>TODO<h1> +</Page> |
